Revoke Strategy
This flow disables and fully exits an active strategy, returning all capital back to the vault.
- The Developer calls
Controller.strategyRevoke(vault, strategy, force). - The Controller calls
strategy.exit(force). - The Strategy is removed from the registry by swapping it with the last element and popping the array.
- The Controller decreases the active book value by the total withdrawn amount.