To remove the `origin` remote from your Git repository, run the following command in your project directory:
You can verify it's removed by running:
If you see no output, it means `origin` has been successfully removed.
Let me know if you want to replace it with a new remote.