Uninstalling the software
Uninstalling NVIDIA Parabricks is as simple as removing the Docker image.
            
            $ docker images
  REPOSITORY                            TAG                     IMAGE ID       CREATED         SIZE
  ...
  nvcr.io/nvidia/clara/clara-parabricks 4.6.0-1          516740210042   2 months ago    3.23GB
  ...
$ docker rmi 516740210042
    
The exact value of the "IMAGE ID" will vary depending on your installation.