ixWithdrawLiquidity method on the MarketThree class redeems LP tokens for PT and SY. You specify the LP position to withdraw from, the amount of LP to burn, and minimum outputs for slippage protection.
This is a low-level method that returns PT and SY tokens. To withdraw directly to a base asset (e.g., USDC), use
ixWithdrawLiquidityToBase or ixWithdrawLiquidityClassic instead.