# Remove a gymnast

A gymnast has left your club, or you added a duplicate by accident. Here's how to remove them from your roster.

## Prerequisites

* The gymnast is in your club roster.

## Steps

1. From your Club Dashboard, click **Gymnasts** in the sidebar.
2. Find the gymnast in the list.
3. Click on them to open their details.
4. Click **Delete** or **Remove**.
5. Confirm the removal.

## Two things to know

First, removing a gymnast from your club roster does **not** remove them from any meet registrations they're already part of. Those are separate records managed through the meet.

Second, this cannot be undone. If you remove someone by mistake, you'll need to re-add them by hand or re-import via CSV.

## What's next

* [Add a gymnast](/club-management/add-one-gymnast.md) - If you need to re-add someone
* [Import gymnasts via CSV](/club-management/import-gymnasts-csv.md) - For bulk re-import

## Related

* [Edit a gymnast](/club-management/edit-a-gymnast.md)
* [Club management overview](/club-management/index.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gymart.org/club-management/remove-a-gymnast.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
