Remove shell completion from your shell profile

## Usage

`circleci completion uninstall [flags]`

## Flags

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Examples

- Remove completion: 
  `circleci completion uninstall`
- Then reload your shell: 
  `source ~/.zshrc`
- Check whether completion is currently installed: 
  `grep -l "circleci shell completion" ~/.zshrc ~/.bashrc 2>/dev/null`

## Details

Remove the completion block previously added by 'circleci completion install'.
Other content in your shell profile is left untouched.

