remove cinemachine component via script code example Example: how to remove a component from an object in unity Destroy(GetComponent<TheComponentYouWantToDestroy>());