To create a place where vehicles will be despawned, so that they won’t be all stuck in the simulation, you can do the following
Create a Box Collider object, and place it where you want the vehicles to vanish
Add Component VehicleDespawn
Now if a vehicle enters the box collider, they will disappear!