{
    "Function": "_removeTempEstimate",
    "File": "contracts/routers/FullRouter.sol",
    "Parent Contracts": [
        "contracts/routers/StrategyRouter.sol",
        "contracts/helpers/StrategyTypes.sol",
        "contracts/interfaces/IStrategyRouter.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getCurrentTempEstimateSession"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _removeTempEstimate(address strategy, address item) private {\n        int256 session = _getCurrentTempEstimateSession(strategy);\n        delete _tempEstimate[session][strategy][item];\n    }"
}