LoopStrategy::totalAssets() tracks the wFlow balance, but this is not redeemable
Description
The LoopStrategy is not supposed to hold wFlow directly, but this is still tracked in totalAssets(). However, this is not redeemed in _withdraw(), so it will be stuck.
Recommendation
Consider withdrawing wFlow on _withdraw() or remove the balance from the totalAssets() calculation.
Status
Addressed in #bc94096.