Remove Liquidity from {{ $pool['base_currency'] }}/{{ $pool['quote_currency'] }} Pool

@csrf @method('DELETE')

Your Position

Pool Share

{{ number_format($userPosition['share_percentage'] * 100, 4) }}%

LP Tokens

{{ number_format($userPosition['liquidity_tokens'], 2) }}

Current Value

${{ number_format($userPosition['value_usd'], 2) }}

P&L

{{ $userPosition['pnl'] >= 0 ? '+' : '' }}${{ number_format(abs($userPosition['pnl']), 2) }} ({{ $userPosition['pnl_percentage'] >= 0 ? '+' : '' }}{{ number_format($userPosition['pnl_percentage'], 2) }}%)

0% 100% 100%
{{ $pool['base_currency'] }}

Estimated: 0 {{ $pool['base_currency'] }}

{{ $pool['quote_currency'] }}

Estimated: 0 {{ $pool['quote_currency'] }}

You Will Receive

{{ $pool['base_currency'] }} 0
{{ $pool['quote_currency'] }} 0
Total Value $0

Warning

Removing liquidity will burn your LP tokens and return the underlying assets. The actual amounts received may differ from estimates due to price movements.

@if ($errors->has('error'))

{{ $errors->first('error') }}

@endif
Cancel
@push('scripts') @endpush