# 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: 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.aftermath.finance/gamefi/nft-amm/tutorials/withdraw.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.
