You can use prop_manipulator
to Hide() a prop
and remove its collision (I believe the collision will be hidden a bit before the prop is visually hidden though)
Alternatively, you could TeleportTo[]
the prop under the map when you want to hide it and Teleport it back to its original position when you want to show it.
Hope it helps