David Kimura PRO said over 3 years ago on StimulusJS, Active Storage and DropzoneJS :
  Great question. Since the stimulus controller is creating a hidden element, you would need to remove that hidden element with something like this. I would console log the file to see what parameters are available and then remove the hidden element based on those parameters.

dropzone.on("removedfile", file => {
 
});