Take a look at the position withdrawal logic here:
The is_expired function in farm_manager.rs already checks for expiring_at.is_some():
This creates:
Remove the first check and rely only on is_expired:
