how t remove a component in unity

Code Example - how t remove a component in unity

                
                        Destroy(GetComponent<TheComponentYouWantToDestroy>());