NewCommand creates a new Cobra command for uninstalling Radius from a Kubernetes cluster, which takes in a factory
object and returns a Cobra command and a Runner object.
Run checks if Radius is installed on the Kubernetes cluster, and if so, uninstalls it, logging a success message
if successful. It returns an error if an error occurs during the uninstallation.