Submitted by WatchPug
When a user calls ConcentratedLiquidityPosition.sol#burn() to burn their liquidity, it calls ConcentratedLiquidityPool.sol#burn() -> _updatePosition():
ConcentratedLiquidityPool.sol#L525 L553
The _updatePosition() function will return amount0fees and amount1fees of the whole position with the lower and upper tick and send them to the recipient alongside the burned liquidity amounts.
Consider making ConcentratedLiquidityPosition.sol#burn() always use address(this) as recipient in:
and transfer proper amounts to the user.
sarangparikh22 (Sushi) confirmed
