{
    "Function": "_withdrawAll",
    "File": "contracts/v3/strategies/MIMConvexStrategy.sol",
    "Parent Contracts": [
        "contracts/v3/strategies/BaseStrategy.sol",
        "contracts/v3/interfaces/IStrategy.sol"
    ],
    "High-Level Calls": [
        "IConvexVault"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _withdrawAll() internal override {\n        convexVault.withdrawAll(pid);\n    }"
}