DAOExecutor would not be able to remove first auction configuration because of the info.startTime == 0 check inside removeAuctionConfig in the SpiceAuction.sol file.
Comment above the condition says that this check is for the first auction. And after investigating unit tests
I can say that this should revert if there is no config set. But actually what this is checking is if the auction already started. But there might be a case when the config is already set but the auction has not started yet.
DAOExecutor would not be able to remove the first auction configuration without starting the auction
Manual Review
Replace
with this
or
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.