{
    "Function": "withdrawWETH",
    "File": "contracts/interfaces/IStrategyController.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawWETH(\n        IStrategy strategy,\n        IStrategyRouter router,\n        uint256 amount,\n        uint256 slippage,\n        bytes memory data\n    ) external;"
}