Remove an installed extension

## Usage

`circleci extension remove <extension> [flags]`

## Flags

| Flag          | Description              |
| ------------- | ------------------------ |
| `-f, --force` | Skip confirmation prompt |

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

## Examples

- Remove using the name of the extension: 
  `circleci extension remove <name>`
- Remove using the full binary name: 
  `circleci extension remove circleci-<name>`
- Remove without confirmation prompt: 
  `circleci extension remove <name> --force`

## Details

Remove an installed CircleCI CLI extension.

The extension binary and its manifest are deleted from the extension
directory. After removal, the extension is no longer available as a
CLI command.

