The desired liquidity to withdraw from the Whirlpool
The Whirlpool's current tickIndex
The Whirlpool's current sqrtPrice
The lower index of the position that we are withdrawing from.
The upper index of the position that we are withdrawing from.
The maximum slippage allowed when calculating the minimum tokens received.
Param: liquidity
The desired liquidity to withdraw from the Whirlpool
Param: tickCurrentIndex
The Whirlpool's current tickIndex
Param: sqrtPrice
The Whirlpool's current sqrtPrice
Param: tickLowerIndex
The lower index of the position that we are withdrawing from.
Param: tickUpperIndex
The upper index of the position that we are withdrawing from.
Param: slippageTolerance
The maximum slippage allowed when calculating the minimum tokens received.