Remove/lock some components from the Ignition Designer

Is there a way I can lock or remove some of the components from the Ignition designer? For example I would like to lock LED Display component, so users working with the designer can’t use it.
Thank you for the answer.

You could write a module for designer scope that removes that item from the designer palette. Look at the component sample and instead of adding a component, iterate through the list of component items in the palette group, then use removePaletteItem() to delete it. Possibly perform this conditionally based on the logged-in user.