Is there any way to unable only Character Controller collision?

I have made a prone animation and i’m going to use difrent colliders for when i’m in prone and when i stand up. So is there any way of turning off only the collider for the Character Controller?

Add the objects into a specific layer and configure your collision matrix.

Plus, you can configure specific objects and layers to ignore collision using Physic class.