> For the complete documentation index, see [llms.txt](https://kr-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://kr-docs.aftermath.finance/pools/undefined-1/undefined-1.md).

# 출금하기

출금하고자 하는 LP 포지션이 있다면, 단순히 풀로 이동하여 출금 버튼을 선택하면 됩니다. 또한, 제공한 유동성이 있는 모든 풀을 빠르게 볼 수 있습니다. LP 토큰을 농장에 스테이킹한 경우, 포트폴리오의 Pools 탭 아래에 표시되지 않는다는 점을 유의하세요. 왜냐하면 그 코인들은 현재 지갑에 있지 않기 때문입니다. 대신, 포트폴리오의 Farms 탭 아래에서 모든 농장 포지션을 볼 수 있습니다. 농장에 현재 스테이킹된 유동성을 출금하고자 하는 경우, 먼저 농장에서 스테이킹을 해제한 다음, 풀에서 출금하기 위한 여기의 지침을 따르세요.

출금하고자 하는 풀로 이동한 후, 페이지 상단 오른쪽에 있는 출금 버튼을 클릭하세요. 이렇게 생긴 메뉴가 나타날 것입니다:

<figure><img src="/files/sDO5D1ua6hkax9zJgHCJ" alt=""><figcaption><p>출금 메뉴</p></figcaption></figure>

소유한 LP 토큰의 총량이 페이지 상단의 첫 번째 필드 위에 표시됩니다. 풀에서 제거하고자 하는 LP 토큰의 양을 입력하거나 슬라이더를 사용하거나 Half 또는 Max 버튼을 선택할 수 있습니다.

출금은 출금하는 LP 토큰 양에 상대적으로 각 코인의 가치에 따라 동등한 비중으로 분배됩니다. 이는 고변동성 시기에도 Aftermath 풀이 유동성 제공자에게 안전하게 유지될 수 있도록 보장하는 보안 기능입니다.


---

# 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://kr-docs.aftermath.finance/pools/undefined-1/undefined-1.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.
