Notional difference in AmmRouter:removeLiquidty() may revert in certain cases
Description
AmmRouter:removeLiquidity() subtracts the long notional by the short notional if the size is bigger than 0 (contrary if size is smaller than 0), which may revert if the short notional is bigger than the long one.
Recommendation
Use the distance between the notionals.
Status
Addressed in #74bc3c3