https://github.com/code-423n4/2024-12-bakerfi/blob/0daf8a0547b6245faed5b6cd3f5daf44d2ea7c9a/contracts/core/MultiStrategy.sol#L251
The allowance for removed strategies remains at maximum value.
When calling MultiStrategy.removeStrategy to remove a Strategy, the asset tokens allowance given to the strategy is not reset to 0. Therefore, the previously set maximum allowance remains.
Reset the allowance for the removed Strategy in MultiStrategy.removeStrategy.
