Remove implicit job deduplication feature flags
What does this MR do?
We added these as a safety net, but:
- We've never used them.
- There's an implicit feature flag per idempotent worker.
- Idempotency and job deduplication are now well established in our codebase.
So we don't need them any more.