{
    "Function": "removeLiquidityETHWithPermitSupportingFeeOnTransferTokens",
    "File": "contracts/interfaces/kyber/IDMMRouter02.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(\n        IERC20 token,\n        address pool,\n        uint256 liquidity,\n        uint256 amountTokenMin,\n        uint256 amountETHMin,\n        address to,\n        uint256 deadline,\n        bool approveMax,\n        uint8 v,\n        bytes32 r,\n        bytes32 s\n    ) external returns (uint256 amountETH);"
}