diff --git a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx
index 83d963e34..fd8739a4a 100644
--- a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx
+++ b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx
@@ -209,17 +209,6 @@ export function ClearanceFlow({ booking, flow, footer }: ClearanceFlowProps) {
>
)}
- {/* Clearance is done but the shipment is not paid yet: documents stay
- open, so say so — otherwise the upload box below reads as leftover UI. */}
- {canUpload && !isInitialUpload && status !== "DOCUMENTS_UNDER_REVIEW" ? (
-
-
- Need to send something else? You can still add documents to this
- shipment until it is paid.
-
-
- ) : null}
-
{canUpload ? (