How to disable Player Start collisions?

Can you post a screenshot of how your Pawn is setup? If it has a collision capsule as root, you can always set its Collision to None and it will not collide with any object. In blueprints, you can use the node Set Collision Profile Name with Name=None to change how collisions are handled. Or use Set Collision Enabled and select NoCollision from the dropdown box.