You should destroy actor on pressing the button to get pickup. e.g if your pickup works on Pressing E button, then you should destroy your pickup Blueprint on that event (By getting reference to your pickup BP in your player BP). You need not to do it in tick event of your pickup blueprint.
You are currently destroying only your Emerald component and not the trigger box around it.