diff --git a/Dalamud/Game/UnlockState/UnlockState.cs b/Dalamud/Game/UnlockState/UnlockState.cs
index cc70a524c..939548803 100644
--- a/Dalamud/Game/UnlockState/UnlockState.cs
+++ b/Dalamud/Game/UnlockState/UnlockState.cs
@@ -22,8 +22,6 @@ using PublicContentSheet = Lumina.Excel.Sheets.PublicContent;
namespace Dalamud.Game.UnlockState;
-#pragma warning disable Dalamud001
-
///
/// This class provides unlock state of various content in the game.
///
diff --git a/Dalamud/Plugin/Services/IUnlockState.cs b/Dalamud/Plugin/Services/IUnlockState.cs
index 0409843c4..6703ece2e 100644
--- a/Dalamud/Plugin/Services/IUnlockState.cs
+++ b/Dalamud/Plugin/Services/IUnlockState.cs
@@ -10,7 +10,6 @@ namespace Dalamud.Plugin.Services;
///
/// Interface for determining unlock state of various content in the game.
///
-[Experimental("Dalamud001")]
public interface IUnlockState : IDalamudService
{
///