> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/gamefi/nft-amm/tutorials/withdraw.md).

# Withdraw

You may withdraw liquidity from the AMM in the form of NFTs, or a combination of afSUI and Fractional NFT Coins. To withdraw as NFTs, click the Withdraw tab and select the number of NFTs you would like to withdraw from the pool. If you attempt to select more NFTs than you possess the equivalent number of LP tokens for, an Insufficient Funds message will appear.

<figure><img src="/files/1bQBoGvGTvxIl1jUdLUf" alt="" width="375"><figcaption><p>Withdraw NFTs from the AMM</p></figcaption></figure>

To withdraw afSUI or Fractional NFT Coins, use the toggle switch below the Withdraw button to select that option. Enter the amount of LP tokens you wish to withdraw, and your liquidity will be returned in equal parts afSUI and Fractional NFT Coins. If you do not wish to hold both assets, you can swap one for the other by selling it back to the AMM.

<figure><img src="/files/jYuqfriEGp8YphM76Mow" alt="" width="375"><figcaption><p>Withdraw afSUI and Fractional NFT Coins from the AMM</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aftermath.finance/gamefi/nft-amm/tutorials/withdraw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
